Skip to content

[Snyk] Security upgrade org.wildfly.core:wildfly-server from 21.1.0.Final to 31.0.0.Final#548

Open
ISGA wants to merge 1 commit intomainfrom
snyk-fix-c3959e6c86787ed95c54d0bb8e7ae80c
Open

[Snyk] Security upgrade org.wildfly.core:wildfly-server from 21.1.0.Final to 31.0.0.Final#548
ISGA wants to merge 1 commit intomainfrom
snyk-fix-c3959e6c86787ed95c54d0bb8e7ae80c

Conversation

@ISGA
Copy link
Copy Markdown
Owner

@ISGA ISGA commented Jan 25, 2026

User description

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
medium severity Improper Validation of Syntactic Correctness of Input
SNYK-JAVA-IOUNDERTOW-14908846
  161   org.wildfly.core:wildfly-server:
21.1.0.Final -> 31.0.0.Final
Major version upgrade No Known Exploit
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-IOUNDERTOW-15053841
  124   org.wildfly.core:wildfly-server:
21.1.0.Final -> 31.0.0.Final
Major version upgrade No Known Exploit

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling


CodeAnt-AI Description

Upgrade WildFly core to 31.0.0.Final to fix Undertow security vulnerabilities

What Changed

  • Updated wildfly.core.version to 31.0.0.Final in eap8-adapters and upstream-adapters build profiles so builds use the newer WildFly core
  • Replaced empty contributors element with a self-closing contributors tag in the POM
  • Addresses two Vulnerabilities reported by Snyk (input validation and unbounded resource allocation in Undertow)

Impact

✅ Fixes Undertow input-validation vulnerability
✅ Mitigates unbounded resource allocation (DoS) risk in Undertow
✅ Fewer Snyk security alerts for Maven dependencies

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

@codeant-ai
Copy link
Copy Markdown
Contributor

codeant-ai bot commented Jan 25, 2026

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@zeropath-ai
Copy link
Copy Markdown

zeropath-ai bot commented Jan 25, 2026

No security or compliance issues detected. Reviewed everything up to 0468a91.

Security Overview
Detected Code Changes
Change Type Relevant files
Configuration changes ► pom.xml
    Set contributors to empty tag
    Update wildfly.core.version to 31.0.0.Final

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​vite-plugin-checker@​0.8.0901007588100

View full report

@amplify-security
Copy link
Copy Markdown
Contributor

🔍 Amplify code check status:   status looks good

⚠️ 0 issues detected in   📄 1 file and   ❇️ 6 lines of code   🛠️ using Opengrep

Last updated by commit 0468a91 at 2026-01-25 09:40:48 UTC.

@codeant-ai codeant-ai bot added the size:XS This PR changes 0-9 lines, ignoring generated files label Jan 25, 2026
@codeant-ai
Copy link
Copy Markdown
Contributor

codeant-ai bot commented Jan 25, 2026

Nitpicks 🔍

🔒 No security issues identified
⚡ Recommended areas for review

  • Hard-coded version
    The PR injects a literal <wildfly.core.version>31.0.0.Final</wildfly.core.version> into profiles (eap8-adapters and upstream-adapters). That bypasses the previously used property indirection and can create inconsistent dependency resolution or BOM mismatches across builds that still reference older core properties.

  • Profile inconsistency
    Both adapter profiles now set <wildfly.core.version> explicitly while the top-level properties still define ${upstream.wildfly.core.version} and ${eap8.wildfly.core.version} with older values. This duplication can lead to surprising differences between test and production builds and makes it harder to maintain a single source of truth for the wildfly core version.

@codeant-ai
Copy link
Copy Markdown
Contributor

codeant-ai bot commented Jan 25, 2026

CodeAnt AI finished reviewing your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants